Create Task Set File

NOTE: This feature is only available in Advanced Mode. If you have not enabled Advanced Mode, the Run Task Set and Repeat Run of Last Task Set commands will not be visible.

In order to run a Task Set you must create a Task Set XML file. This file can contain several Task Sets and each Task Set can have one or more Tasks.

An example of a Task Set file is located in the Process Navigator installation folder (C:\Program Files\Triaster\Process Navigator/Tasks.xml). It is recommended that the file is copied into your Process Navigator/Command Line Automation Archive folder and then edited using a text editor.

Below is an example of a completed multi-task Tast Set XML file. The tasks are as follows:

  • Set the Multi-Map Root folder to "M:\Enterprise Process Maps\Process Maps\"
  • Refresh Off-Page Connectors
  • Export to HTML

<ProcessNavigator>

<TaskSets>

<TaskSet Name="Refresh Finance">

<Task Type="SETMULTIMAPROOT" NewFolder="M:\Enterprise Process Maps\Process Maps\"/>

<Task Type="REFRESHOFFPAGECONNECTORS" />

<Task Type="EXPORTTOHTML" TargetRoot="M:\Enterprise Process Maps\Intranet" BackUp="false" BackUpRoot="" AddHeaderFooter="false" HeaderPage="" FooterPage="" AddMetaData="true" IncludePropertyValues="true" ConvertHyperlinkCircles="true" UseVisio2002MouseOver="true" UseDescriptionMouseOver="true" />

</TaskSet>

</TaskSets>

</ProcessNavigator>

Tasks

The complete set of possible tasks and their arguments is listed below.

NOTE: The Task Sets will always use your currently set Multi-Map Root until you use SETMULTIMAPROOT to set another Multi-Map Root.

Task Type Arguments Description
EXPORTTOHTML Export to HTML
TargetRoot Fully-qualified path to the folder you wish to export to
Backup Whether to backup existing files. True or False
BackupRoot Fully-qualified path to the folder you wish to backup to. A folder location is required
AddHeaderFooter Whether to add Header or Footer. True or False
HeaderPage Fully-qualified path to the text file that you wish to include in the header
FooterPage Fully-qualified path to the text file that you wish to include in the footer
AddMetaData Whether to add Meta data. True or False
IncludePropertyValues If Meta data is to be added, whether to include Property Values. True or False
ConvertHyperlinkCircles Whether links on Hyperlink Circles are to be converted to HTML. True or False
UseVisio2002MouseOver Note that this field is only required if you are running Visio 2003. True or False
UseDescriptionMouseOver Note that this field is only required if you are running Visio 2003. True or False
ExportModifiedFilesOnly Whether only modified files are to be exported. True or False
FileName Only used if one filename is to be exported
REFRESHOFFPAGECONNECTORS Refresh Off-page Connectors for all the maps in the Multi-Map Root.
No Arguments
SETMULTIMAPROOT Set the Multi-Map Root
NewFolder Fully-qualified path of the Multi-map Root
EXPORTTOXMLHIERARCHY Export to an XML Hierarchy file all the maps in the Multi-Map Root.
Target Fully-qualified path and filename into which the Hierarchy file will be placed
EXPORTTOXMLCATALOGUE Export to XML Catalogue all the maps in the Multi-Map Root.
Target Fully-qualified path and filename into which the Catalogue file will be placed
GenerateListOfHTML Set to True or False. If you want the file ListofHTML.xml to be generated
EXPORTTOPROJECT Export to MS Project all the maps in the Multi-Map Root.
Target Fully-qualified path and filename into which the Project file will be placed
APPLYTRANSFORM Generate a Report
Target Required. Fully-qualified path and filename into which the Report will be placed. It will be output as an html file
Source Required. Fully-qualified path and filename of the Catalogue file. It will be a .xml file
Transform Fully-qualified path and filename of the xslt file to be run
REPLACEHYPERLINKS Replace Hyperlinks in all the maps in the Multi-Map Root.
SearchFor The hyperlink to be replaced
ReplaceWith The new hyperlink
MatchCase Set to True or False. If you want to find and replace links exactly as typed
SETINTRANET Set Intranet Folder
NewFolder
GENERATEFROMEXCEL Generate maps from Excel files. This requires the Excel file(s) to be in the Multi-Map Root.
No Arguments
REPLACEDATA Replace Data in all the maps in the Multi-Map Root.
ShapeType This will be 'Activity', 'Deliverable' or 'Node' to indicate which shape the Property is associated with as the names of Properties might not be unique
PropertyName The name of the property whose data will be changed
SearchFor The value to be replaced. Use * to replace all existing PropertyName values
ReplaceWith The new value
MatchCase Set to True or False. Whether to match the case in SearchFor
ForceCreate Set to True or False. Whether to create the Property in shapes where the property does not currently exist.
Nodes Optional. This is the equivalent of only loading some of the maps in the Multi-map Root; they should be comma-separated.
GENERATEPLANNINGCHART Generate Planning Chart from all the maps in the Multi-Map Root.
Target Fully-qualified path and filename where you want to store the planning chart
StartYear Start Year of the Planning Chart. For each year there will be a corresponding page in the Planning Chart
EndYear End Year of the Planning Chart. For each year there will be a corresponding page in the Planning Chart
RowRecurrence Set to True or False. If this is enabled, blocks on the Planning Chart will be at the same height up the page even if they overlap with a block from a previous or subsequent year. Otherwise, the block will move down one row for each year generated
GENERATEPROCESSHIERARCHY Generate Process Hierarchy from all the maps in the Multi-Map Root.
Target Fully-qualified path and filename where you want to store the process hierarchy
UPGRADEWITHOUTSAVE Open all maps in Visio. This is the equivalent of Edit, Select All, then right-click on the block and select 'Edit in Microsoft Visio'.
No Arguments
UPGRADEWITHSAVE This is equivalent of File, Save All Maps in Visio
No Arguments
IMPORTFROMVISIO Generate Maps from Visio VSD Files
No Arguments
EXPORTTOEXCELSINGLEFILE Exports to a Excel Single file all the maps in the Multi-Map Root.
Target Fully-qualified path and filename where you want to store the Excel file
EXPORTTOVISIO Export to Visio VSD Files
No Arguments
EXPORTTOMULTIPLEEXCEL Exports to Multiple Excel files all the maps in the Multi-Map Root.
No Arguments
IMPORTFROMCATALOGUE Import maps from a Catalogue File into the Multi-Map Root.
Source Fully-qualified path and filename of the Catalogue file
SETSCOPEBYINCLUDE When loading all the maps in the Multi-map Root you can set the scope to include only maps which contain the Search string in their name or path.
Search The substring to search for.
SETSCOPEBYEXCLUDE When loading all the maps in the Multi-map Root you can set the scope to exclude all maps which contain the Search string in their name or path
Search The substring to search for.
GENERATESINGLEPAGEMODEL Generate the End to End diagram
Target Fully qualified path and filename into which the Diagram will be placed.
REFRESHLEVELS Refresh the Node Levels on all the maps in the Multi-Map Root.
No Arguments
SIMULATE Generate the Process Status Report
No Arguments
LOADALLMAPS Edit, Load All Maps
No Arguments
LOCKFORAPPROVAL This will put the red mask on the maps from the Multi-Map Root as listed in the argument
Filenames The filenames of those maps to be locked, delimited by the pipe (|).
DISPLAYPROPERTIES Set the Display Properties of all the maps in the Multi-Map Root. This requires SETMULTIMAPROOT
Method Set to one of Display, Make Invisible or Delete
SYNCHRONISEDATAMANAGER Synchronise a Data Manager
Source Fully-qualified path and filename of the Excel file containing the data
MatchingMethod This can be 'ShapeID', 'Text' or 'Text, ShapeID', meaning that the unique identities between the Data Manager and shapes in the Map will be the ShapeID (allowing the value in the Text column to be changed), Text (allowing the ShapeID) to be changed or Text, ShapeID (where neither can be changed).
DirectionOverride This is the override direction - 0 (to Visio only), 1 (to Excel only), 2 (bidirectional)
REFRESHPROCESSMETRICS Refresh the Process Metrics by running the Process Status Report, followed by the Process Comparison Report.
No Arguments